Add gdk_window_mark_paint_from_clip and call from widget drawing
authorAlexander Larsson <alexl@redhat.com>
Thu, 9 Oct 2014 08:18:02 +0000 (10:18 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 13 Oct 2014 14:43:31 +0000 (10:43 -0400)
commitd0147a6f2cbc4903bc6969bde29de7bb068eae71
tree523ced9ed6d9ac8db04fb2d344ea6339058dfb93
parenta8f11835c5c59755c0477b289019a4cfab761628
Add gdk_window_mark_paint_from_clip and call from widget drawing

This is a new function that gets called every time we're drawing
some area in the Gtk paint machinery. It is a no-op right now, but
it will be required later to keep track of what areas which
we previously rendered with GL was overwritten with cairo contents.
docs/reference/gdk/gdk3-sections.txt
gdk/gdkwindow.c
gdk/gdkwindow.h
gtk/gtkwidget.c